home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / pupworld.swf / scripts / DefineSprite_144 / frame_19 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  141 b   |  12 lines

  1. stop();
  2. n = 0;
  3. this.onEnterFrame = function()
  4. {
  5.    n++;
  6.    if(n == 30)
  7.    {
  8.       delete this.onEnterFrame;
  9.       play();
  10.    }
  11. };
  12.